home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / ctutor24.zip / README.1ST < prev    next >
Text File  |  1991-06-28  |  2KB  |  47 lines

  1.  
  2.       To read the PaperLess documents in this ZIP file, you need a copy
  3.       of the Advantage Reader, which is available free of charge from
  4.       the Advantage International BBS at (713) 977-9505.
  5.  
  6.       To load a document into the Advantage Reader, enter the
  7.       following on the DOS command line:
  8.  
  9.               READ FILENAME[.ADV]
  10.  
  11.       where FILENAME is the name of the PaperLess document.  It is not
  12.       necessary to include the .ADV extension.  If the document is not
  13.       on the current drive or in the current directory, you should
  14.       include the drive designation and DOS path.  Example:
  15.  
  16.               READ D:\ADV\FILENAME[.ADV]
  17.  
  18.       You may also start the Reader by simply entering READ at the DOS
  19.       prompt.  When no document filename is specified on the DOS command
  20.       line, the Reader will display a list of the PaperLess documents
  21.       (files with the .ADV extension) in the current directory.  Select
  22.       a document to load, or change to the drive and directory where the
  23.       desired document is located.
  24.  
  25.       In order to run the Advantage Reader from any directory on your
  26.       system, the Reader should be located in a directory that is
  27.       included in the PATH= statement in your AUTOEXEC.BAT file.
  28.  
  29. ══════════════════════════════════════════════════════════════════════════════
  30.  
  31.       The PaperLess Edition of version 2.4 of C Tutorial consists of
  32.       (a) two PaperLess documents ── CTUTOR.ADV, which contains the text
  33.       of the tutorial, and CPGMS.ADV, which contains the accompanying
  34.       sample programs, (b) two executable programs, LIST.EXE and VC.EXE,
  35.       which are explained in the tutorial, and (c) one batch file,
  36.       PRINTALL.BAT, which is also explained in the tutorial.
  37.  
  38.       If you want to compile one of the sample programs, use the
  39.       Asvantage Reader's Copy Page/Topic feature to copy the sample
  40.       program to a text file.  Use a text editor or word processor to
  41.       either comment out or delete the title lines from the text file,
  42.       rename the text file to change the extension from .TXT to .C, and
  43.       then compile the sample program from the renamed text file.
  44.  
  45.       You can also use the Reader's Print Page/Topic feature to print a
  46.       sample program or any portion of the tutorial.
  47.